Logo
Akamai APIs API Documentation

Groups

Number of APIs: 5


1. List groups

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

This operation lists all groups the administrator can manage for the current account and contract type or other managed accounts using the accountSwitchKey parameter. The account and contract type are determined by the access tokens in your API client.



2. Create a new group

POST https://{{host}}/identity-management/v3/user-admin/groups/:groupId

This operation creates a new group within the specified parent group.



3. Get a group

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

This operation retrieves a group's details.



4. Modify a group's name

PUT https://{{host}}/identity-management/v3/user-admin/groups/:groupId

This operation changes a group's name.



5. Delete a group

DELETE https://{{host}}/identity-management/v3/user-admin/groups/:groupId

This operation deletes a group. You can't delete a group that contains subgroups, resources, or users with roles on that group. You need admin access to delete a group.



ENDPOINTS