Skip to main content

List org domains

Returns all trusted domains for an organization, which are used to allow users to sign up with a specific email domain without invitation. The domain ownership must be verified before it can be used as a trusted domain. Use the verified filter to get only the verified domains.

Path Parameters
    orgId string required

    unique id of the organization for which whitelisted domains are to be listed

Query Parameters
    verified boolean

    filter to list only verified domains. If not provided, all domains for an org will be listed

Responses

A successful response.


Schema
    domains object[]
  • Array [
  • id string

    The domain id

    name string

    The domain name

    orgId string

    The organization id

    token string

    The dns TXT record token to verify the domain

    verified boolean

    true if the domain is verified, false otherwise

    createdAt date-time

    The time the domain whitelist request was created

    verifiedAt date-time

    The time the org domain was verified

  • ]
Loading...