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

curl -X POST "https://loading/orgs/me/changes/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "result": [
    {
      "changeDate": "2023-01-15T01:30:15.01Z",
      "eventType": {
        "key": "string",
        "localizedMessage": "string"
      },
      "sequence": 0,
      "editorId": "string",
      "editorDisplayName": "string",
      "resourceOwnerId": "string",
      "editorPreferredLoginName": "string",
      "editorAvatarUrl": "string"
    }
  ]
}

Was this page helpful?