User custom field values updated

Sent to your endpoint when the custom field values of one or several users change in your platform. The users are sent by batch, so a single change can reach your endpoint as several events. Deleting a custom field does not trigger this event, even though it removes all its values from users: listen to the user.customfield.deleted event to cover that case.

Payload

The payload sent to your endpoint when the event is triggered.

string
enum
required

The type of the event.

Allowed:
integer
required

The date and time when the event was triggered in your platform, in the Unix epoch format (number of milliseconds that have elapsed since January 1, 1970).

data
object
required

The data associated with the event.

Headers
string
required

The signature of the event payload, used to verify the authenticity of the event. If multiple signatures are present, they are space delimited.

string
required

The unique identifier of the event. It is the same ID for the retry attempts of the same event.

string
required

The date and time when the event was emitted, in the Unix epoch format (number of seconds that have elapsed since January 1, 1970).

Responses
2XX

The event is considered as accepted for any 2xx response code.

default

The event is considered as rejected for any other response code. The event emission will be retried later.

LoadingLoading…