Update User Details
POST/org/:orgId/users/:userId
Edit the user details for the user
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
userId stringrequired
The User ID of the user for which you are querying.
- application/json
Body
required
any
Responses
- 200
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "User abc user successfully updated"
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "User abc user successfully updated"
}
Loading...