v1
latestOpenAPI 3.0.02026-08-062903562.2 MBStaff Notification Setting
createOrganizationStaffNotificationSetting
Create a Staff Notification Setting for an Organization
post/organizations/{id}/staff-notification-settings
Path parameters
idinteger required
Example:82364
Primary identifier of Organization
Request body
Example request
{
"scope_type": "Organization_Manager",
"scope_id": 82364,
"member_id": 2012,
"chargebacks_category": true,
"fundraising_page_category": true,
"transactions_category": true
}Response
Success
Example response
{
"member_id": 2012,
"chargebacks_category": true,
"fundraising_page_category": true,
"transactions_category": true,
"id": 21003,
"created_at": "2019-04-23T10:25:03Z",
"updated_at": "2019-04-23T10:25:03Z",
"scope_type": "Organization_Manager",
"scope_id": 82364
}