Role Management
Get Standard User Role
Returns a standard user role by ID.
get/restapi/v1.0/dictionary/user-role/{roleId}
Path parameters
roleIdstring required
Internal identifier of a role
Response
Standard user role information
Example response
{
"displayName": "Super Admin",
"description": "Primary company administrator role"
}