Register a new user account with a unique email address

Creates a new user account with the specified email, name, and password. The email must be unique. Depending on the tenant configuration, the account may be auto-approved (Normal status) or require admin approval (PendingApproval status). A verification email is sent to the user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The email address for the new account (must be unique)

string
required

The user's first name

string
required

The user's last name

string
required

The password for the new account

Responses
200

Success

400

The request is null, Email is empty, or a user with this email already exists

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!