User Delegates
Returns the delegates assigned to a user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
The userid's of the delegates of this user.
application/json
integer · 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
/v1/admin/user/{uid}/delegates
🚧 Roles and Privileges
Last updated
Was this helpful?