Access policies gate email-driven Sign In Modules — Self-Provisioning by Email, Meeting Host, Conference, and Event Access. The policy decides which email addresses or domain patterns may sign in. This API family lets an integration manage that allow-list programmatically (HR feed, attendee list, visitor-management system).Documentation Index
Fetch the complete documentation index at: https://wiki.netgraph-connect.com/llms.txt
Use this file to discover all available pages before exploring further.
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
