ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListProjectGrantMemberRoles

POST
/projects/grants/members/roles/_search

Query Parameters

query.offset?|
Formatint64
query.limit?integer
query.asc?boolean
result?array<>

Response Body

application/json

curl -X POST "https://loading/projects/grants/members/roles/_search"
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "2023-01-15T01:30:15.01Z"
  },
  "result": [
    "string"
  ]
}

Was this page helpful?