Email pattern rules
Three shapes are accepted everywhereemails[] appears:
- Full address —
alice@acme.com - Domain wildcard —
*@acme.com - Subdomain wildcard —
*@*.acme.com
Prerequisites
- The target Sign-In Context has the access policy you’re editing, and at least one email-driven module bound to it.
- Your integration has the Context API key and an approved source IP.
Error body
A failed request in this family returns:status— the HTTP status code, repeated in the body for easy logging.message— human-readable description of what went wrong.request_id— correlation ID; include it when reporting an issue.
Operations
Add emails
POST .../policies/{accessPolicyId}/emailsRemove emails
DELETE .../policies/{accessPolicyId}/emails
