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()) :: Attio.Client.response()
Gets a single workspace member by their ID.
@spec list(Attio.Client.t()) :: Attio.Client.response()
Lists all workspace members.