Skip to main content
GET
/
api
/
authorization
/
v1
/
roles
/
{roleId}
Get Role By Id
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
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Path Parameters

roleId
integer
required

The ID of the role to fetch

Response

200 - application/json

HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8

id
integer
name
string
description
string
authorityCount
integer
userCount
integer
created
integer

epoch milliseconds

modified
integer

epoch milliseconds