Atlas
Admin — Organizations

List organizations

Returns all organizations with member counts, workspace status, and plan tiers. Ordered by creation date descending.

GET
/api/v1/admin/organizations

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/organizations"
{
  "organizations": [
    {
      "id": "string",
      "name": "string",
      "slug": "string",
      "logo": "string",
      "metadata": {
        "property1": null,
        "property2": null
      },
      "createdAt": "string",
      "memberCount": 0,
      "workspaceStatus": "string",
      "planTier": "string",
      "suspendedAt": "string",
      "deletedAt": "string"
    }
  ],
  "total": 0
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on