cURL
curl --request GET \ --url https://api.galileo.ai/v2/user_roles \ --header 'Galileo-API-Key: <api-key>'
[ { "name": "admin", "display_name": "<string>", "description": "<string>" } ]
Get all user roles.
Successful Response
admin
manager
user
read_only
"admin"
"Admin"
"Full access"
Was this page helpful?