An admin is created
Webhook
This event occurs when a new admin is created.
Note these fields:
context_str = admin
context_id = ...
(this will be theadmin_id
of the new user)event = insert
Request
- application/json
Body
context_str string
context_id integer
event string
data
object
security_token string
Responses
- 200
Return a 200 status to indicate that the data was received successfully
ResponseClear