Unlock User
Deprecated: use user service v2 DeleteUser instead.
The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found.
curl -X DELETE "https://loading/users/string"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
SetTriggerActions
Explore the SetTriggerActions operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Unlock User
Unlock User: Deprecated: use [user service v2 UnlockUser](/reference/api/user/zitadel.user.v2.UserService.UnlockUser) instead. Unlock a user with the state 'locked'. The user will be able to log in again afterw...