---
title: "List workspace members"
method: GET
path: "/v2/workspace_members"
tags: ["Workspace members"]
---

# List workspace members

`GET /v2/workspace_members`

Lists all workspace members in the workspace.

Required scopes: `user_management:read`.

## Response `200`

Success

- object — Success
  - `data` WorkspaceMember[], required
    - `id` object, required
      - `workspace_id` string, uuid, required — The ID of the workspace the workspace member belongs to.
      - `workspace_member_id` string, uuid, required — The ID of the workspace member.
    - `first_name` string, required — The first name of the user.
    - `last_name` string, required — The last name of the user.
    - `avatar_url` string, uri, nullable, required — A URL to the user's avatar image.
    - `email_address` string, email, required — The user's email address.
    - `created_at` string, required — When the workspace member was created.
    - `access_level` 'admin' | 'member' | 'suspended', required — Whether the workspace member is suspended or not and what level of privileges they have inside the workspace. We do not delete workspace members so that you can successfully attribute past actions to suspended workspace members.

---

[API](https://skmtc.net/d-stoll/apis/attio-api.md) · [All operations](https://skmtc.net/d-stoll/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-stoll/attio-api/versions/ebcf9b5c6aa3/schema)
