Skip to main content

An admin is deleted

Webhook 

This event occurs when an admin is deleted.

Note these fields:

  • context_str = admin
  • context_id = ... (this will be the admin_id of the new user)
  • event = delete

Request

Body

    context_str string
    context_id integer
    event string

    data

    object

    admin

    object

    admin_id integer
    username string
    external_key string
    timezone string
    name string
    first_name string
    last_name string
    initials string
    nickname string
    email string
    twitter string
    facebook string
    linkedin string
    login_count string
    login_datetime string
    custom_1 string
    custom_2 string
    custom_3 string
    custom_4 string
    custom_5 string
    write_datetime date
    mod_datetime date
    security_token string

Responses

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

Loading...