ZITADEL Docs
APIsCore ResourcesV1Authenticated User

List My Project Roles

Deprecated: List authorizations and pass the user ID filter with your users ID and the project ID filter to search for your authorizations on a granted and an owned project.

Returns a list of roles for the authenticated user and for the requesting project.

POST
/permissions/me/_search

Response Body

application/json

curl -X POST "https://loading/permissions/me/_search"
{
  "result": [
    "string"
  ]
}

Was this page helpful?