Number of APIs: 96
The Identity and Access Management API lets account administrators:
- Manage and maintain users and their access to Akamai Control Center applications and resources.
- Maintain user accounts and other general user information.
- Manage groups and group access.
- Create or update roles.
- Move properties between groups.
- Filter Control Center user login requests for the account, using IP Allowlist.
- Edit your own information and perform other administrative tasks for other users in addition to all tasks regular users perform. Note: If you're a first-time user, you need to create an API client with access to this API via the Identity Management application in Akamai Control Center.
Alternatively, another account administrator can create an API client on your behalf in the Identity Management application. Create an authentication credential that contains the client token and client secret required to authenticate Akamai API requests. Note: Only Akamai customers can create credentials. If you aren't an Akamai customer and wish to become one, you can sign up for our services. Note: If you don't have access to the Identity and Access Management tool, contact your local Akamai Control Center admin or your Akamai account team for assistance. Note: If you need to refine access levels or permissions, see Create a client with custom permissions. You can use this API collection in these integration methods:
- API
Authentication
[default]
as a header above all text. [default]
client_secret = C113nt53KR3TN6N90yVuAgICxIRwsObLi0E67/N8eRN=
host = akab-h05tnam3wl42son7nktnlnnx-kbob3i3v.luna.akamaiapis.net
access_token = akab-acc35t0k3nodujqunph3w7hzp7-gtm6ij
client_token = akab-c113ntt0k3n4qtari252bfxxbsl-yvsdj
Integration methods
POST https://{{host}}/identity-management/v3/api-clients/:clientId/credentials
POST https://{{host}}/identity-management/v3/api-clients/:clientId/credentials/deactivate
GET https://{{host}}/identity-management/v3/api-clients/:clientId/credentials/:credentialId
PUT https://{{host}}/identity-management/v3/api-clients/:clientId/credentials/:credentialId
POST https://{{host}}/identity-management/v3/api-clients/:clientId/credentials/:credentialId/deactivate
PUT https://{{host}}/identity-management/v3/api-clients/:clientId/lock
PUT https://{{host}}/identity-management/v3/api-clients/:clientId/unlock
ENDPOINTS