User Status
Get the status, active or inactive, for a particular user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
Success
application/json
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 leave400
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
get
/v1/admin/user/{uid}/status
🚧 Required Permissions
Last updated
Was this helpful?