curl --request POST \
--url https://api.example.com/orgs/{org_id}/allowed-emails \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"jsmith@example.com"
]
}
'{
"added": 123,
"duplicates_skipped": 123
}Add emails to the organization’s allowlist. Owner only.
curl --request POST \
--url https://api.example.com/orgs/{org_id}/allowed-emails \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"jsmith@example.com"
]
}
'{
"added": 123,
"duplicates_skipped": 123
}Request model for adding emails to the allowlist.
Email addresses to allow
1