Logo
Akamai APIs API Documentation

Get a user

GET https://{{host}}/identity-management/v3/user-admin/ui-identities/:uiIdentityId

This operation retrieves a user's profile.

 

Body PARAM

Key Datatype Required Description 
authGrants
string (Optional) Includes the list of your group and role assignments, `false` by default.
notifications
string (Optional) Includes product notifications you subscribe to, `false` by default.
actions
string (Optional) Includes actions such as `edit` or `delete` that a user can perform on an object, `false` by default. Don't confuse this with the `action` parameter, which applies to the [Set two-factor authentication](https://techdocs.akamai.com/iam-api/reference/put-user-profile-tfa) operation.
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

Curl
curl -X GET 'https://host/identity-management/v3/user-admin/ui-identities/:uiIdentityId?authGrants=&notifications=&actions=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS