Create User
Create a User.
Request
This endpoint expects an object.
id
The User ID. Starts with user_...
.
organizationId
The Organization this User belongs to.
email
The User’s email address.
This email is verified and unique within the Organization. Two Users in different Organizations may have the same email.
createTime
When the User was created.
updateTime
When the User was last updated.
owner
Whether the User is an owner of their Organization.
googleUserId
The Google User ID, if the User has ever logged in with Google.
microsoftUserId
The Microsoft User ID, if the User has ever logged in with Microsoft.
hasAuthenticatorApp
Whether the User has an authenticator app set up.
displayName
The User’s human-friendly name.
profilePictureUrl
The URL of the User’s profile picture.
Response
OK
user
The created User.