Create User

Create a User.

Request

This endpoint expects an object.
idstringOptional

The User ID. Starts with user_....

organizationIdstringOptional
The Organization this User belongs to.
emailstringOptional
The User's email address. This email is verified and unique within the Organization. Two Users in different Organizations may have the same email.
createTimedatetimeOptional
When the User was created.
updateTimedatetimeOptional
When the User was last updated.
ownerbooleanOptional
Whether the User is an owner of their Organization.
googleUserIdstringOptional
The Google User ID, if the User has ever logged in with Google.
microsoftUserIdstringOptional
The Microsoft User ID, if the User has ever logged in with Microsoft.
githubUserIdstringOptional
The Github User ID, if the User has ever logged in with GitHub.
hasAuthenticatorAppbooleanOptional
Whether the User has an authenticator app set up.
displayNamestringOptional

The User’s human-friendly name.

profilePictureUrlstringOptional
The URL of the User's profile picture.

Response

OK
userobject or null
The created User.

Errors