Logo
Akamai APIs API Documentation

Assets

Number of APIs: 5


1. List properties or includes

GET https://{{host}}/identity-management/v3/user-admin/properties

This operation lists the properties and includes for the current account or other managed accounts using the accountSwitchKey parameter. Include the groupId parameter in your request to filter the results by group. The response returns a list of propertyId regardless of whether they represent a property or include in PAPI. To learn more, see Manage access to properties and includes.



2. Get a property or include

GET https://{{host}}/identity-management/v3/user-admin/properties/:assetId?groupId={{groupId}}

This operation fetches a property's or include's details. The response returns details for propertyId regardless of whether it represent a property or include in PAPI. To learn more, see Manage access to properties and includes.



3. Move a property or include

PUT https://{{host}}/identity-management/v3/user-admin/properties/:assetId

This operation moves a property or include from one group to another group. You can only move an asset into another group within the same group hierarchy. Depending on your role in the destination group, you may lose access to resources the asset uses. Before moving an asset, run the List users affected by moving a group operation to review which users will be affected by the move.



4. List users for property or include

GET https://{{host}}/identity-management/v3/user-admin/properties/:assetId/users

This operation lists users who can access a property or include.



5. Block users from a property or include

PUT https://{{host}}/identity-management/v3/user-admin/properties/:assetId/users/block

This operation blocks the users on a property or include.



ENDPOINTS