Suspend User Account
Suspend or re-activate (unsuspend) a user account.
Path parameters
userIdinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token
Body
suspendedbooleanOptionalExample:
truesuspendedUntilinteger · int64OptionalExample:
1601546400suspensionReasonstringOptionalExample:
The user will be OOO due to a mandatory leaveResponses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
put
/v1/admin/user/{userId}/suspension/updateRequest Examples
📘 Required Fields
🚧 Required Permissions
Last updated
Was this helpful?