Was this helpful?
Get a list of all user roles
/user-roles
curl -L \ --url 'https://api.usepylon.com/user-roles' \ --header 'Authorization: Bearer JWT'
{ "pagination": { "cursor": "text", "has_next_page": true }, "request_id": "text", "data": [ { "id": "text", "name": "text", "slug": "text" } ] }