Skip to main content

List orgs by domain

Returns all organizations that have a specific domain whitelisted. This API will return only those organizations in which the domain ownership have been verified.

Path Parameters
    domainId string required

    domain id or domain name to be used to list all the organizations that have this domain whitelisted

Responses

A successful response.


Schema
    organizations object[]
  • Array [
  • id string
    name string
    title string
    metadata object
    createdAt date-time

    The time the organization was created.

    updatedAt date-time

    The time the organization was last updated.

  • ]
Loading...