POST
/
betausers
curl --request POST \
  --url https://{domain}-be.glean.com/api/index/v1/betausers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "datasource": "<string>",
  "emails": [
    "jsmith@example.com"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Describes the request body of the /betausers API call

datasource
string
required

Datasource which needs to be made visible to users specified in the emails field.

emails
string[]
required

The emails of the beta users

Response

200
_mintlify/placeholder

OK