Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description AssociatedAccountGroupOperations String [] List of operations the user can perform on one or more associated/owned account groups. AssociatedAccountOperations String [] List of operations the user can perform on one or more associated/owned accounts. AssociatedClientOperations String [] List of operations the user can perform on one or more associated/owned clients. AssociatedUserOperations String [] List of operations the user can perform on one or more associated/owned users. ClientId ClientId ID of associated client. ElevatedOperations String [] List of operations the user can perform with elevated authentication. GeneralOperations String [] List of general operations the user can perform. LinkedOperations String [] List of operations the user can perform on one or more linked entities. UserId Integer ID of current user. -
Request Example
Request URL
GET /root/v2/user
-
Response Example
Response body
{ "AssociatedAccountGroupOperations": [ "stringValue" ], "AssociatedAccountOperations": [ "stringValue" ], "AssociatedClientOperations": [ "stringValue" ], "AssociatedUserOperations": [ "stringValue" ], "ClientId": 441532926, "ElevatedOperations": [ "stringValue" ], "GeneralOperations": [ "stringValue" ], "LinkedOperations": [ "stringValue" ], "UserId": 690261150 }