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

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