Unlock User
Unlocks a user by id.
Method
GET /user/{id}/unlock
Parameters
Path Parameters
Name | Description |
---|---|
id | The id of the user to be unlocked. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | application/json | Request successful. |
403 | application/json | If the user who perform the operation is not a camunda admin user. |
404 | application/json | User cannot be found. See the Introduction for the error response format. |
Example
Request
GET /user/jonny1/unlock
Response
Status 204. No content.