---
title: "List organizations"
method: GET
path: "/organizations"
tags: ["organizations"]
---

# List organizations

`GET /organizations`

Lists all Organizations for a User. Unauthorized requests will return an empty list.

You can use the returned `slug` attribute to form a link to the desired Organization like so:

````
https://brandfolder.com/organizations/{slug}
````

## Query parameters

- `fields` 'asset_count'
- `include` string

## Response `200`

All the user's organizations.

- object
  - `data` Organization[], required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'organizations', required — The type of the resource.
    - `attributes` OrganizationAttributes, required
      - `name` string — The name of the brandfolder.
      - `tagline` string — The tagline of the brandfolder.
      - `slug` string — The URL-friendly slug of the brandfolder.
  - `meta` PaginationMetadataResponse, required — Page context information.
    - `current_page` integer, required
    - `next_page` object, nullable, required
    - `prev_page` object, nullable, required
    - `total_pages` unknown, required
    - `total_count` unknown, required

## Other responses

- `default` — Generic error payload.

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
