List allowed APIs

GET https://{{host}}/identity-management/v3/users/:username/allowed-apis

This operation lists available APIs for a user.

Request Params

KeyDatatypeRequiredDescription
clientTypestring(Optional) Enum Filters data by client type, either USER_CLIENT, SERVICE_ACCOUNT, or default CLIENT.
allowAccountSwitchstring(Optional) Includes account a user can switch to, false by default.
accountSwitchKeystring(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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"accessLevels":["READ-WRITE"],"apiId":146,"apiName":"Property Manager (PAPI)","description":"Property Manager (PAPI). PAPI requires access to Edge Hostnames. Please edit your authorizations to add HAPI to your API Client.","documentationUrl":"https://developer.akamai.com/api/luna/papi/overview.html","endPoint":"/papi","hasAccess":true,"serviceProviderId":1},{"accessLevels":["READ-ONLY","READ-WRITE"],"apiId":11,"apiName":"Event Center","description":"Event Center","documentationUrl":"https://developer.akamai.com/api/luna/events/overview.html","endPoint":"/events","hasAccess":true,"serviceProviderId":1}]