Returns the list of permissions for the user

Gets a list of permissions for a user, additional project and environment can be specified.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

idintegerRequired
a user id

Query parameters

projectstringOptional
environmentstringOptional

Response

#/components/schemas/userAccessOverviewSchema

overviewobject

The access overview (list of permissions) for the user

userobject
The user that this access overview is for
rootRoleobject
The name of the root role that this user has
projectRoleslist of objects
The list of project roles that this user has in the selected project

Errors