ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListOrgChanges

POST
/orgs/me/changes/_search

Request Body

application/json

query?

list limitations and ordering

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/orgs/me/changes/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "result": [
    {
      "changeDate": "1s",
      "eventType": {
        "key": "string",
        "localizedMessage": "string"
      },
      "sequence": 0,
      "editorId": "string",
      "editorDisplayName": "string",
      "resourceOwnerId": "string",
      "editorPreferredLoginName": "string",
      "editorAvatarUrl": "string"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?