# `Attio.WorkspaceMembers`
[🔗](https://github.com/sgerrand/ex_attio/blob/v0.2.0/lib/attio/workspace_members.ex#L1)

Functions for listing workspace members.

Workspace members are users with access to the workspace. This resource is
read-only through the API. Requires the `user_management:read` scope.

# `get`

```elixir
@spec get(Attio.Client.t(), String.t()) :: {:ok, map()} | {:error, term()}
```

Gets a single workspace member by their ID.

# `list`

```elixir
@spec list(Attio.Client.t()) :: {:ok, map()} | {:error, term()}
```

Lists all workspace members.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
