GET
/
api
/
v1
/
Role
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Role
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Roles": [
    {
      "RoleId": "<string>",
      "Name": "<string>",
      "DisplayName": "<string>",
      "BuildIn": true,
      "ExternalGroups": [
        {
          "Id": "<string>",
          "ExternalAuthenticationProviderId": "<string>",
          "ExternalId": "<string>",
          "Name": "<string>"
        }
      ],
      "Inherited": true
    }
  ]
}

Response

200 - application/json

The response is of type object.