Description
Returns an array of access rights for a specified user.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) The maximum number of access right child objects to return. |
start |
Location: query Type: integer (int32) Indicates where in the list of child access right objects to start returning objects. The list begins at an index of 0. |
userId |
Location: query Type: integer (int64) The object ID of the user whose access rights are returned. |
Responses
Code | Description |
---|---|
200 |
Type: Array of APIAccessRight Returns an array of access right objects. |