Attio.WorkspaceMembers (Attio v0.2.0)

Copy Markdown View Source

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

Gets a single workspace member by their ID.

Lists all workspace members.

Functions

get(client, member_id)

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

Gets a single workspace member by their ID.

list(client)

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

Lists all workspace members.