Unlock an API client
PUT https://{{host}}/identity-management/v3/api-clients/:clientId/unlock
This operation unlocks an API client.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"accessToken":"akaa-ly55myu4fbtajqck-o7oubkbiytbjxywe","activeCredentialCount":1,"allowAccountSwitch":false,"authorizedUsers":["jsmith"],"clientDescription":"Provides access to the reporting data.","clientId":"xfz2n5d43mogkdim","clientName":"report_data","clientType":"CLIENT","createdBy":"jsmith","createdDate":"2022-05-13T20:04:35.000Z","isLocked":true,"notificationEmails":["jsmith@example.com"],"serviceConsumerToken":"akaa-lb77cyyf3guivns3-sxmd4sims2mihn67"}