cURL
curl --request GET \ --url https://{instance}.domo.com/api/authorization/v1/roles/{roleId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "id": 123, "name": "<string>", "description": "<string>", "authorityCount": 123, "userCount": 123, "created": 123, "modified": 123 }
Overview
Fetch a single Role by role id
Endpoint
GET /api/authorization/v1/roles/
The ID of the role to fetch
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8
epoch milliseconds