ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request GET \ --url https://api.galileo.ai/v2/user_roles \ --header 'Galileo-API-Key: <api-key>'
[ { "name": "admin", "display_name": "Admin", "description": "Full access" } ]
Get all user roles.
Successful Response
admin
manager
user
read_only
"Admin"
"Full access"
Was this page helpful?