Skip to main content

List My Project Permissions

Returns a list of roles for the authenticated user and for the requesting project (based on the token).

Responses

A successful response.


Schema
  • result string[]
POST /permissions/me/_search

Authorization

type: oauth2flow: authorizationCodescopes: openid

Request

Base URL
https://$ZITADEL_DOMAIN/auth/v1
Bearer Token
Accept
curl -L -X POST 'https://$ZITADEL_DOMAIN/auth/v1/permissions/me/_search' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'