ListUserChanges
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?
ListProviders
ListProviders: Returns all identity providers, which match the query Limit should always be set, there is a default limit set by the service
Lock User
Lock User: Deprecated: use [user service v2 LockUser](/reference/api/user/zitadel.user.v2.UserService.LockUser) instead. The state of the user will be changed to 'locked'. The user will not be able to log in ...