An admin is edited
Webhook
This event occurs when a new admin is updated.
Note these fields:
context_str = admin
context_id = ...
(this will be theadmin_id
of the new user)event = update
Request
- application/json
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
- 200
Return a 200 status to indicate that the data was received successfully
Loading...