Create a member

View as MarkdownOpen in Claude
Create a user. ### Usage notes - Creating a user with this endpoint sends an email invitation to the user. Embed users are not sent email invitations. - Review the account types returned by the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint to understand the format of the **memberType** string. - If **memberType** is omitted, the organization's Invitation default account type (configured in Admin > Account types) is used. If no Invitation default is configured, a built-in default account type is used. - Retrieve the **teamId**(s) by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoints.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Query parameters

sendInvitebooleanOptional

Request

The request body.
emailstringRequiredformat: "email"
firstNamestringRequired
lastNamestringRequired
memberTypestringOptional
Account type
isGuestbooleanOptional
userKindenumOptional
Allowed values:
addToTeamslist of objectsOptional
Add user to one or more teams.

Response

The response body.
organizationIdstring
memberIdstring
memberTypestring
firstNamestring
lastNamestring
emailstring
profileImgUrlstring or null
createdBystring
updatedBystring
createdAtdatetime
updatedAtdatetime
homeFolderIdstring
ID of the My Documents folder for the user
userKindstring
isArchivedboolean
Whether a user is deactivated in Sigma.
isInactiveboolean
Whether a user is archived by SCIM.