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"
}
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"
}
Optional header to respect review settings for mutation endpoints.
Invite user response
The response is of type object
.