Update a user

Updates the user information for a specific user.

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

User ID

Body Params

Details to be updated in the user model. Note: To see a list of supported numbers, dates, and currency formats, use the Timezone and Locale APIs and the Currency Format APIs.

string | null

The user's first name

string | null

The user's last name

string | null

The user's email address

Role
object
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 decimal symbol. For example: .

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

string | null

The user's digit group. For example: 123’456’789,00

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

string | null

The user's digit grouping symbol. For example: ,

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

string | null

The user's negative number format. For example: (n)

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

string | null

The user's long date format. For example: dddd, MMMM dd, yyyy

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

string | null

The user's short date format. For example: dd/MM/yyyy

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

string | null

The user's time format. For example: h:mm tt

Note: To see a list of supported time formats, 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 positive currency format. For example: $n.

Note: To see a list of supported positive currency formats, use the Currency Format API.

string | null

The user's negative currency format. For example: -$n.

Note: To see a list of supported negative currency formats, use the Currency Format API.

boolean | null

Indicates whether the user is suspended or not.

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

string | null

The user's unique record identifier from the external system

string | null

The user's unique username

CustomProperties
object | null

User object specific custom field(s) For example: You want to update 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

Determines of user type. For example: External, Community

string
enum
Allowed:
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