Drive > Users

Unlock user

Sets status to active, restoring access to drive.

post/2/drive/{drive_id}/users/{user_id}/unlock

Path parameters

drive_idinteger required

Drive identifier

user_idinteger required

User Identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.