Deactivate User
Deprecated: use user service v2 ReactivateUser instead.
Reactivate a user with the state 'deactivated'. The user will be able to log in again afterward. The endpoint returns an error if the user is not in the state 'deactivated'.
curl -X POST "https://loading/users/string/_reactivate"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Deactivate User
Deactivate User: Deprecated: use [user service v2 DeactivateUser](/reference/api/user/zitadel.user.v2.UserService.DeactivateUser) instead. The state of the user will be changed to 'deactivated'. The user will not b...
Deactivate User Grant
Deactivate User Grant: Deprecated: [Deactivate an authorization](/reference/api/authorization/zitadel.authorization.v2.AuthorizationService.DeactivateAuthorization) to disable a user's access to an owned or granted proje...