Skip to main content

Get Org

GET 

/v1/org/:org_identifier

Get an organization by ID or short name, requires org:config:view or org:config:edit permissions on the organization

Request

Path Parameters

    org_identifier anyrequired

    Organization ID or short name

Responses

Successful Response

Schema

    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...