User Creation Webhook
When a new User
is created, the associated Partner
can be notified via webhook. See the Webhook Events Overview for more general information.
ID: Webhook ID
Event: user_create
Target: Includes unqiue User
ID as id
Body: All applicable parameters.
Example
{
"id": 123456,
"event": "user_create",
"target": {
"type": "User",
"id": 1234
},
"body": {
"user": {
"access_secret": "EzUZ5l2RdwBvDZ2t9bwiyKN8CI8cPCBywLYsrRpd",
"access_token": "nQduwgfwhFo4dlHSaXL9ZB6NZjIL2rkID91supZx",
"active": true,
"api_key": "tZoOIpPPDt0vH2RElEG6mRk3ykKK0YAHqKr4BMY4",
"api_secret": "fXW5idm6CDN6BAx0gIMryLIMlEKGD5EUl4dix5hx",
"app_color_scheme": "white",
"backup_retention_period": 604800,
"concurrent_backup_limit": 0,
"database_quota": 5,
"days_left_in_trial": null,
"deleted": false,
"email": "[email protected]",
"id": 1234,
"last_restore_at": null,
"locale": null,
"name": "John Doe",
"partner_data": "{\"order_number\": 10}",
"partner_id": 2,
"past_due": false,
"size": 0,
"time_zone": "UTC",
"feature_set": {
"disable_static_filtering": false,
"ip_logging": false,
"multi_user": false,
"email_notifications_disabled_by_default": false,
"reseller": false,
"wp_management": false,
"uptime_monitor": false,
"backups": true,
"manual_backup": false,
"monitoring_frequency_daily": true,
"monitoring_frequency_weekly": true,
"monitoring_frequency_monthly": true,
"paid_restores": false,
"malware_gone": false,
"migration": false,
"malware_detect": false,
"malware_remediate": false,
"cdn": false,
"waf": false,
"dns": false
},
"size_limit": 1073741824,
"database_count_limit": 5,
"website_count_limit": 1,
"plan_id": 342,
"website_count": 0,
"database_count": 0,
"over_quota": false
}
}
}