Skip to main content

A user is updated

Webhook 

This event occurs when an existing user/contact is updated.

Note these fields:

  • context_str = user
  • context_id = ... (this will be the user_id of the user)
  • event = update

Request

Body

    context_str string
    context_id integer
    event string

    data

    object

    user

    object

    user_id integer
    external_key string
    token string
    username string
    password string
    name string
    first_name string
    middle_name_glob string
    last_name string
    name_suffix string
    display_as string
    title string
    email string
    phone string
    mobile string
    user_type_id integer
    user_type_name string
    customer_id integer
    custom_1 string
    custom_2 string
    custom_3 string
    custom_4 string
    custom_5 string
    custom_6 string
    custom_7 string
    custom_8 string
    custom_9 string
    custom_10 string
    custom_11 string
    custom_12 string
    custom_13 string
    custom_14 string
    custom_15 string
    custom_16 string
    custom_17 string
    custom_18 string
    custom_19 string
    custom_20 string
    write_datetime string
    mod_datetime string
    url_self string
    security_token string

Responses

Return a 200 status to indicate that the data was received successfully

Loading...