Role REST Endpoints

Role
The operations from the Role category.
Add member to role
Method: post
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}/actions/addMember
Create a role
Method: post
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles
Delete a role
Method: delete
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}
Get list of role permissions
Method: get
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}/permissions
Get list of roles
Method: get
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles
Get role details
Method: get
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}
Remove member from role
Method: post
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}/actions/removeMember
Update a role
Method: put
Path: /20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}