Unlock User
Deprecated: use user service v2 UnlockUser instead.
Unlock a user with the state 'locked'. The user will be able to log in again afterward. The endpoint returns an error if the user is not in the state 'locked'.
curl -X POST "https://loading/users/string/_unlock"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Unlock User
Unlock User: Deprecated: use [user service v2 DeleteUser](/reference/api/user/zitadel.user.v2.UserService.DeleteUser) instead. The state of the user will be changed to 'deleted'. The user will not be able to lo...
Update API Application Config
Update API Application Config: Deprecated: Use [PatchApplication](/reference/api/application/zitadel.application.v2.ApplicationService.UpdateApplication) instead to update the config of an API app. Update the OIDC-specific confi...