Jump to: navigation, search

Unlock User Account

This operation is part of the Users API section of the Web Services API.

Overview

Unlocks an account for a specified user. For example, you might need to use this operation if you've set the account-lockout-duration configuration option (see the Framework Configuration Options Reference Manual for details about this option) and you need to unlock the account before the lockout duration timeout expires. The functionality is available for users with the Supervisor or Admin role.

Request URL api/v2/users/{id}
HTTP Method POST
Required Features api-provisioning-write

Samples

Request

POST api/v2/users/1e6def1758784546a610039f94bf254d
{
    "operationName":"UnlockAccount"
}

HTTP Response

{
  "statusCode": 0
}
This page was last edited on January 22, 2016, at 19:57.
Comments or questions about this documentation? Contact us for support!