Unlocks a user by id.

Method

POST /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

POST /user/jonny1/unlock

Response

Status 204. No content.

On this Page: