Update User Without OTP Validation
POST
/users/_updatenovalidateLast modified: 6 months ago
End-point to update the user without otp validation.
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params text/plain
Example:{
"user": {
"id": 338,
"uuid": "afc7eaf1-a25f-46c9-b16f-3f7de29009ff",
"userName": "EGOvM134NmNmd",
"name": "gudduPoilce",
"mobileNumber": "9353822214",
"emailId": "xyz123@egovernments.org",
"locale": "string",
"type": "EMPLOYEE",
"roles": [
{
"name": "Employee",
"code": "EMPLOYEE",
"tenantId": "pg"
},
{
"name": "Grievance Routing Officer",
"code": "GRO",
"tenantId": "pg"
},
{
"name": "System user",
"code": "SYSTEM",
"tenantId": "pg"
},
{
"name": "Super User",
"code": "SUPERUSER",
"tenantId": "pg"
},
{
"name": "HRMS ADMIN",
"code": "HRMS_ADMIN",
"tenantId": "pg"
},
{
"name": "Department Grievance Routing Officer",
"code": "DGRO",
"tenantId": "pg"
}
],
"active": true,
"tenantId": "pg",
"permanentCity": "Kaikoo",
"gender": "MALE",
"photo": null
},
"RequestInfo": {
"apiId": "Rainmaker",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5",
"msgId": "1710244148558|en_IN"
}
}
Request samples
Responses
Update user(s) successful(200)
Update user(s) failed(400)
Update user(s) successful
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 6 months ago