Deactivates the user with the specified id.
Deactivates the user with the specified id.
A deactivated user can no longer sign in.
It is only possible if the user is not the last admin user.
<Check><b>Required Permissions</b>: The user must have either Admin or UserManageConfig feature with Write permission.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
userId
The id of the user.
Response
OK