Unlock an API client
PUT https://{{host}}/identity-management/v3/api-clients/:clientId/unlock
This operation unlocks an API client.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-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"
} |
ENDPOINTS