---
title: "List Brand Agent Memberships"
method: GET
path: "/api/v2/brand_agents"
tags: ["Brand Agents"]
---

# List Brand Agent Memberships

`GET /api/v2/brand_agents`

Returns a list of all brand agent memberships for your account.


#### Pagination

* Cursor pagination (recommended)
* Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

Returns a maximum of 100 records per page.

#### Allowed For:

* Admins

## Query parameters

- `user_id` integer
- `brand_id` integer

## Response `200`

Successful response

- BrandAgentsResponse
  - `brand_agents` BrandAgentObject[]
    - `brand_id` integer, required — The id of a brand
    - `created_at` string, date-time — The time the brand membership was created
    - `id` string — Automatically assigned upon creation
    - `updated_at` string, date-time — The time of the last update of the brand membership
    - `url` string — The API url of this record
    - `user_id` integer, required — The id of an agent

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/0dc435e9b0fd/schema)
