Retrieve all permissions associated with the user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the user to retrieve the permissions for.
Number of results per page.
1 <= x <= 100Page index of the results to return. First page is 0.
x >= 0Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Permissions successfully retrieved.