Skip to main content

List Organization Member Roles

POST 

https://$CUSTOM-DOMAIN/management/v1/orgs/members/roles/_search

Members are users with permission to administrate ZITADEL on different levels. This request returns all roles possible for a ZITADEL member on the organization level.

Request​

Header Parameters

    x-zitadel-orgid string

    The default is always the organization of the requesting user. If you like to get/set a result of another organization include the header. Make sure the user has permission to access the requested data.

Responses​

A successful response.

Schema

    result string[]
curl -L -X POST 'https://$CUSTOM-DOMAIN/management/v1/orgs/members/roles/_search' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/management/v1
Auth
Parameters
— header
ResponseClear

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