Me

"Me" returns the authenticated user's permissions within the system. It provides a comprehensive view of access rules (roles, subjects and scope) assigned to the current user. For more information see Access controlarrow-up-right.

List the access rules assigned to the requesting user.

get

Retrieve the access rules assigned to the requesting user.

Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
limitinteger · int32 · min: 1 · max: 500Optional

The maximum number of entries to return.

Default: 50
offsetinteger · int32Optional

The offset of the first item returned in the collection.

Example: 100
searchstringOptional

Filter results by a free text search.

Example: test project
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/authorization/me/access-rules

Count the access rules assigned to the requesting user.

get

Use to retrieve the number of access rules assigned to the requesting user.

Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
searchstringOptional

Filter results by a free text search.

Example: test project
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/authorization/me/access-rules/count

Last updated