GET/v1.0/accountSettings/rolesRead-only

Get list of roles depending the user role.

Parameters

filteredquerybooleanrequired

To know if we are filtering the roles by hte users or returning all the roles in data base.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/accountSettings/roles?filtered=value" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →