Update User Status
Update the status of a particular user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
statusstring · enumOptionalExample:
ENABLEDPossible values: suspendedbooleanOptionalExample:
An optional attribute indicating whether the user is temporarily suspended or not. Since SBE 20.14.
truesuspendedUntilinteger · int64OptionalExample:
An optional unix timestamp until which the suspension is effective. Since SBE 20.14.
1601546400suspensionReasonstringOptionalExample:
An optional description of the suspension reason. Since SBE 20.14.
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
post
/v1/admin/user/{uid}/status/update
📘 Note
🚧 Required Permissions
Last updated
Was this helpful?