Update user

Updates user information.

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

Unique identifier for the user

Body Params

User DTO for update. Certain fields like identifyId are not updatable.

User Data Transfer Object

string
enum
required

Specifies user type (ANONYMOUS, LEAD, USER)

Allowed:
string
required
length between 0 and 255

Unique identifier for the user (not updatable)

string
length between 0 and 255

User’s email address

string
length between 0 and 255

User’s display name

string
length between 0 and 255

User’s role

string
length between 0 and 20

User’s phone number

string
length between 0 and 50

User’s time zone

int64
≥ 0

Lead date in epoch milliseconds

int64
≥ 0

Sign-up date in epoch milliseconds

int64
≥ 0

First visit date in epoch milliseconds

int64
≥ 0

Last seen date in epoch milliseconds

string
length between 0 and 255

Last subscription identifier

allSubscriptionIdentifiers
array of strings
length between 0 and 100

All subscription identifiers associated with the user

allSubscriptionIdentifiers
location
object

User location details

customAttributes
object

Custom attributes as map of key-value pairs

products
array of objects
length between 0 and 20

Products associated with this user

products
string
length between 0 and 255

Profile image URL

double
0 to 100

PQL score in the range 0.0 - 100.0

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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