ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListProjectGrantMemberRoles

POST
/projects/grants/members/roles/_search

Query Parameters

query.offset?integer|string
Formatint64
query.limit?integer
query.asc?boolean
result?result

Response Body

application/json

application/json

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

Was this page helpful?