POST
/
console
/
v1
/
users
/
invite
curl --request POST \
  --url https://statsigapi.net/console/v1/users/invite \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "role": "<string>",
  "emails": [
    "jsmith@example.com"
  ],
  "teams": [
    "<string>"
  ]
}'
{
  "message": "User(s) Invited successfully"
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Body

application/json

Response

200
application/json

Invite user response

The response is of type object.