Skip to main content

List My ZITADEL Permissions

POST 

https://$CUSTOM-DOMAIN/auth/v1/permissions/zitadel/me/_search

Returns a list of permissions the authenticated user has in ZITADEL based on the manager roles the user has. (e.g: ORG_OWNER = org.read, org.write, ...).

Responses​

A successful response.

Schema

    result string[]
curl -L -X POST 'https://$CUSTOM-DOMAIN/auth/v1/permissions/zitadel/me/_search' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/auth/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!