admin-user-roles

List User Roles

List all user roles with summary info.

get/api/v1/admin/user-roles

Query parameters

active_onlyboolean

Headers

authorizationstring nullable
X-API-Keystring nullable

Response

Successful Response

idinteger required
namestring required
descriptionstring nullable
all_access_levelstring
can_manage_activitiesboolean
can_manage_tasksboolean
can_create_dashboardsboolean
is_activeboolean required
record_type_group_namesstring[]
user_countinteger

Changes

Changed in 1 of the 5 revisions of this API.1

    • added the optional property items/can_create_dashboards to the response with the 200 status

      response-optional-property-added