ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request POST \ --url https://api.galileo.ai/v2/invite_users \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data '{ "auth_method": "email", "emails": [ "<string>" ], "role": "user", "group_ids": [], "send_email": true }'
"<any>"
1
email
google
github
okta
azure-ad
custom
admin
manager
user
read_only
Successful Response
The response is of type any.
any
Was this page helpful?