Get All Orgs
GET/v1/org
Get all organizations available to you, requires org:config:view or org:config:edit permissions
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
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
[
{
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"primary_contact_email": "string",
"short_name": "string",
"last_modified_timestamp": "2024-07-29T15:51:28.071Z",
"created_timestamp": "2024-07-29T15:51:28.071Z",
"archive": true
}
]
Loading...