v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Create User

Create a User.

post/v1/users

Request body

idstring

The User ID. Starts with user_....

organizationIdstring

The Organization this User belongs to.

emailstring

The User's email address.

This email is verified and unique within the Organization. Two Users in different Organizations may have the same email.

createTimestring date-time

When the User was created.

updateTimestring date-time

When the User was last updated.

ownerboolean

Whether the User is an owner of their Organization.

googleUserIdstring

The Google User ID, if the User has ever logged in with Google.

microsoftUserIdstring

The Microsoft User ID, if the User has ever logged in with Microsoft.

githubUserIdstring

The Github User ID, if the User has ever logged in with GitHub.

hasAuthenticatorAppboolean

Whether the User has an authenticator app set up.

displayNamestring

The User's human-friendly name.

profilePictureUrlstring

The URL of the User's profile picture.

Response

OK