Returns a list of roles assigned to the specified user profile
{ getRolesbyProfile }
Returns a list of roles that have been assigned to the specified user profile.
Method
/API3/access/getRolesbyProfile
- Enterprise Admin
Input Parameters
Name
profileId
Type
string
Description
The system profile's ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a list of roles assigned to the specified profile. Note that the response is returned as a list of items of this object type.
Examples
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