List Roles

/roles

A list of available roles. Roles are created and maintained by InspectAll.

Get Question Types [GET]

Authorization: Admin, Web, Mobile

Parameters

includeUsersCount - boolean (optional) Default: false Example: includeUsersCount=true - Number of users within a company with the role.

Response 200

Body
{
  "page": 1,
  "pages": 1,
  "count": 4,
  "items": [
    {
      "id": 1,
      "name": "Administrator",
      "description": "Has full access to all settings, web, and mobi..."
    },
    {
      "id": 2,
      "name": "Web",
      "description": "Has access to web application."
    },
    {
      "id": 3,
      "name": "Mobile",
      "description": "Has access to mobile application features. Ad..."
    },
    {
      "id": 4,
      "name": "Portal",
      "description": "Has access to portal.inspectall.com. The po..."
    }
  ]
}

Still need help? Contact Us Contact Us