Create a member
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
sendInvite
Request
The request body.
email
firstName
lastName
memberType
Account type
isGuest
userKind
Allowed values:
addToTeams
Add user to one or more teams.
Response
The response body.
organizationId
memberId
memberType
firstName
lastName
email
profileImgUrl
createdBy
updatedBy
createdAt
updatedAt
homeFolderId
ID of the My Documents folder for the user
userKind
isArchived
Whether a user is deactivated in Sigma.
isInactive
Whether a user is archived by SCIM.

