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.
Summary
Functions
@spec get(Attio.Client.t(), String.t()) :: {:ok, map()} | {:error, term()}
Gets a single workspace member by their ID.
@spec list(Attio.Client.t()) :: {:ok, map()} | {:error, term()}
Lists all workspace members.