Create a user

Creates a new user and returns the user's ID.

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

User model data to be created

string | null

The user's first name

string | null

The user's last name

string | null

The user's email address

string | null

The user's unique username

string | null

The user's time zone ID. For example: UTC

Note: To see a list of supported time zones, use the Timezone and Locale APIs.

string | null

The user's locale name. For example: en-US

Note: To see a list of supported locales, use the Timezone and Locale APIs.

string | null

The user's currency. For example: USD.

Note: To see a list of currencies, use the Currency API.

string | null

The user's unique record identifier from the external system

string | null

The user's alias name

string | null

The user's language. For example: en-IN

string | null

The user's postal address. This parameter is raw text with no structure or sub-fields. For example: 13699 Via Varra, Broomfield, CO 80020 United States

string | null

The user's phone number

Role
object
string
enum
Allowed:
string | null

The user's Organization External Id

CustomProperties
object | null

User object specific custom field(s) For example: You want to add two custom fields (CustomField1_c and BooleanField_c) on the User object. See the payload example below for reference. {"CustomProperties": {"CustomField1_c": "12334", "BooleanField_c": "true"}

string | null

A unique identifier used to identify user in federated authentication systems

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Bad Request

403

Forbidden

404

Not Found

500

Internal Server Error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json