OrgUsers
Retrieve OrgUser Permissions
Retrieve the permissions for the OrgUser with the given UUID.
Retrieves a list of all permissions associated with a specific user in an Organization using their UUID. The list can be paginated for easier management.
get/organizations/{orgId}/users/{id}/permissions
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the user whose permissions you want to retrieve.
Query parameters
pageSizeinteger
Specifies the maximum number of Permission Policies to retrieve per page.
nextTokenstring
The nextToken for multi-page retrievals. It is used to fetch the next page of Permission Policies in a paginated list.
Response
Returns a list of Permission Policies.