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>"
Successful Response
The response is of type any
.
Was this page helpful?
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>"