Get All Public Roles
{ getPublicRoles }
Get all public roles in the system
Method
/API3/access/getPublicRoles
- Enterprise Admin
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a generic response object with the list of public roles in the system. Note that the response is returned as a list of items of this object type.
Notes
Non-private roles are the 'public' roles in the system. Private roles are the individual user roles created for each user. The listing goes across tenants.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP