ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListUserChanges

POST
/users/{user_id}/changes/_search

Path Parameters

user_id*string

Request Body

application/json

query?

list limitations and ordering

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/users/string/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?