Role - Fetch list of available roles
Last updated
Last updated
GET /roles HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"roleId": "123e4567-e89b-12d3-a456-426614174000",
"roleName": "text",
"canCreate": true,
"canEdit": true,
"canExport": true,
"canView": true,
"isEditable": true
}
]