Get User
Returns details 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
V2 Detailed User record.
featuresinteger · int64[]OptionalExample:
[1461508270000,7215545057281]appsinteger · int64[]OptionalExample:
[1461508270000,7215545057281]groupsinteger · int64[]OptionalExample:
[1461508270000,7215545057281]rolesstring[]OptionalExample:
["ftp","mailto","fdsup","skype"]disclaimersinteger · int64[]OptionalExample:
[1461508270000,7215545057281]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
get
/v2/admin/user/{uid}
📘 Note - Suspension
🚧 Roles and Privileges
Last updated
Was this helpful?