User roles
Was this helpful?
Was this helpful?
Get a list of all user roles
GET /user-roles HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer JWT
Accept: */*
{
"data": [
{
"id": "text",
"name": "text",
"slug": "text"
}
],
"pagination": {
"cursor": "text",
"has_next_page": true
},
"request_id": "text"
}