Description
Returns an array of access rights for a specified user.
Note: This API method supports read-only API sessions. For more information on
read-only API sessions and a list of API methods that support read-only
API session, refer to Read-only API sessions.
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.
|