Returns an array of access rights for a specified user.
Output / Response
Returns an array of access right objects.
API Call:
APIAccessRight[] getAccessRightsForUser( long
userId,int start, int count )
Parameter | Description |
---|---|
userId | The object ID of the user whose access rights are returned. |
start | Indicates where in the list of child access right objects to start returning objects. The list begins at an index of 0. |
count | The maximum number of access right child objects to return. |