Invite users

Invite a list of users with assigned roles and teams. To avoid spamming, invitation emails are not sent. Invitee will see invitation notification in-app after logging in.

posthttps://statsigapi.net/console/v1/users/invite

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Body

application/json
rolestringrequired

Role assigned to the invited users. Can be 'Admin', 'Read Only', 'Member', or any custom role name.

emailsstring[]required

List of email addresses to send invitations to. Invitee Emails must have the same domain to your company email domain.

teamsstring[]

Optional list of teams that the invited users will be associated with.

Response

application/json
200· Invite user response
Other properties1
messagestring
400· Invalid request. Please check the request input and try again.
statusintegerrequired
messagestringrequired
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequired
messagestringrequired

Was this helpful?