Roles
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /v1/roles HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"paging": {
"next": {
"after": "text"
}
},
"data": [
{
"id": "text",
"name": "text",
"is_system": true
}
]
}
GET /v1/roles/{roleId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text",
"is_system": true
}