---
title: "GET /spaces/{space_id}/members"
method: GET
path: "/spaces/{space_id}/members"
tags: ["Users"]
---

# GET /spaces/{space_id}/members

`GET /spaces/{space_id}/members`

Users refer to your social team that has been granted access to collaborate and manage your Social Profiles in a Space.

**Note -** You may choose to ignore any extra fields returned in the API result.

## Path parameters

- `space_id` string, required

## Response `200`

successful operation

- User
  - `data` object[]
    - `user` object
      - `id` string
      - `name` string
    - `spaceId` string
    - `isActive` boolean — Returns false if the User is archived

---

[API](https://skmtc.dev/statusbrew/apis/analytics-api.md) · [All operations](https://skmtc.dev/statusbrew/apis/analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/statusbrew/analytics-api/revisions/f3d70ecb9264/schema)
