ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListOrgMemberRoles

POST
/orgs/members/roles/_search

Response Body

application/json

application/json

curl -X POST "https://loading/orgs/members/roles/_search"
{
  "result": [
    "string"
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?