Skip to main content

Unlock a user


ApiScope: manage.user.write
API Scope Level: ServiceSubscriberScope
Path Parameters
    user_uuid string required
Request Body required
    unlockedBy string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
DELETE /v2/user/:user_uuid/lock

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
user_uuid — path required
Body required
{
"unlockedBy": "string"
}
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/user/:user_uuid/lock' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"unlockedBy": "string"
}'