Account
Account
account_created
Payload Example:
{
"metadata": {
"job_id": "1020020528469291",
"job_tag": "Account.api_create",
"producer": "canvas",
"root_account_id": "21070000000000001",
"root_account_uuid": "VicYj3cu5BIFpoZhDVU4DZumnlBrWi1grgJEzADs",
"root_account_lti_guid": "7db438071375c02373713c12c73869ff2f470b68.example.instructure.com",
"event_name": "account_created",
"event_time": "2024-11-01T18:42:07.091Z"
},
"body": {
"name": "Account Name",
"account_id": 3,
"root_account_id": 1,
"root_account_uuid": "VicYj3cu5BIFpoZhDVU4DZumnlBrWi1grgJEzADs",
"parent_account_id": 2,
"external_status": "paid",
"workflow_state": "active",
"domain": "example.instructure.com",
"default_time_zone": "America/Chicago",
"default_locale": "en"
}
}Event Body Schema
Field
Description
account_notification_created
Payload Example:
Event Body Schema
Field
Description
account_updated
Payload Example:
Event Body Schema
Field
Description
Last updated
Was this helpful?