Register a New CRM User

Creates a new CRM user account within the organization. This endpoint is typically used by administrators to provision accounts for new staff members or providers.

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

Schema for registering a new CRM user.

string
required

The new user's first name.

string
required

The new user's last name.

string
required

The new user's email address. Must be unique within the organization.

string
required

A secure, temporary or permanent password for the new user.

roles
array of strings
required

A list of roles to assign to the new user.

roles*
Headers
string
required

Your unique Organization ID.

Response
201

The CRM user was created successfully.

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