Skip to main content

Get All Orgs

GET 

/v1/org

Get all organizations available to you, requires org:config:view or org:config:edit permissions

Responses

Successful Response

Schema

  • Array [

  • org_id uuidrequired
    name Name (string)

    Official Full Name

    primary_contact_email Primary Contact Email (string)

    Email Address for the primary point of contact

    short_name Short Name (string)required

    Possible values: non-empty

    Name used in URLs

    last_modified_timestamp date-timerequired
    created_timestamp date-timerequired
    archive Archive (boolean)required
  • ]

Loading...