---
title: "Get business members"
method: GET
path: "/businesses/{business_id}/members"
tags: ["business_access_relationships"]
---

# Get business members

`GET /businesses/{business_id}/members`

Get all members of the specified business. The return response will include the member's business_role and assets they have access to if assets_summary=TRUE

## Path parameters

- `business_id` string, required

## Query parameters

- `fetch_system_users` boolean
- `assets_summary` boolean
- `business_roles` MemberBusinessRole[]
- `member_ids` string
- `start_index` integer
- `bookmark` string
- `page_size` integer

## Response `200`

The request has succeeded.

- object
  - `bookmark` string, nullable
  - `items` UserBusinessRoleBinding[], required
    - `assets_summary` BusinessMemberAssetsSummary — Ad accounts and profiles the business member/partner has access to.
      - `ad_accounts` AssetIdWithPermissions[] — List of ad account IDs and respective permission levels.
        - `id` string — Unique identifier of a business asset.
        - `permissions` string[] — Permission levels member or partner has on an asset.
      - `profiles` AssetIdWithPermissions[] — List of profile IDs and respective permission levels.
        - `id` string — Unique identifier of a business asset.
        - `permissions` string[] — Permission levels member or partner has on an asset.
    - `business_roles` BusinessRoleResponse[] — The access level a user has on the business. This can be EMPLOYEE, BIZ_ADMIN, or PARTNER.
    - `created_by_business` BusinessAccessUserSummary — Metadata of the member/partner that has access to the asset.
      - `email` string, nullable — Email of the business member/partner.
      - `id` string, nullable — Unique identifier of the business member/partner.
      - `username` string, nullable — Username of the business member/partner.
    - `created_by_user` BusinessAccessUserSummary — Metadata of the member/partner that has access to the asset.
      - `email` string, nullable — Email of the business member/partner.
      - `id` string, nullable — Unique identifier of the business member/partner.
      - `username` string, nullable — Username of the business member/partner.
    - `created_time` integer, nullable — The time the business relationship was created. Returned in milliseconds.
    - `id` string — Unique identifier of the business member/business partner/employer.
    - `is_shared_partner` boolean — This field is only relevant when business_role="PARTNER". If is_shared_partner=FALSE, the partner can access your business assets. If assets_summary is not empty, the assets listed are your business assets the partner has access to. If is_shared_partner=TRUE, you can access the partner's business asset. If assets_summary is not empty, the assets listed are the partner's business assets you have access to.
    - `user` BusinessAccessUserSummary — Metadata of the member/partner that has access to the asset.
      - `email` string, nullable — Email of the business member/partner.
      - `id` string, nullable — Unique identifier of the business member/partner.
      - `username` string, nullable — Username of the business member/partner.

## Other responses

- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.net/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/revisions/b698c180678a/schema)
