Skip to main content

Allowed domains

Allowed domains limit which email domains can be used for invitations or sign-up in the workspace (e.g. only @yourcompany.com).

How it works

  • Add domains (e.g. yourcompany.com) to the allow list. Only addresses from these domains can be invited (or can sign up, depending on configuration).
  • Remove a domain to stop allowing new invites for that domain; existing members are not automatically removed.

API

  • List: GET .../domains
  • Add: POST .../domains with { "domain": "yourcompany.com" }
  • Remove: DELETE .../domains/:domainId

Admin role required. See API — Workspace management.