ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListIAMMemberRoles

POST
/members/roles/_search

Response Body

application/json

application/json

curl -X POST "https://loading/members/roles/_search"
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "roles": [
    "string"
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?