POST
/
v2
/
invite_users
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>"

Authorizations

Galileo-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.