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.
post
https://statsigapi.net/console/v1/users/inviteAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Body
application/jsonrolestringrequiredRole assigned to the invited users. Can be 'Admin', 'Read Only', 'Member', or any custom role name.
emailsstring[]requiredList 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/json200· Invite user response
Other properties1
messagestring400· Invalid request. Please check the request input and try again.
statusintegerrequiredmessagestringrequired401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequiredmessagestringrequiredWas this helpful?