GetWorkspaceUsersArgs
type GetWorkspaceUsersArgs = {
archived?: boolean;
includeRemoved?: boolean;
workspaceId: number;
};
Properties
archived?
optional archived: boolean;
includeRemoved?
optional includeRemoved: boolean;
Include users who have been removed from the workspace. Defaults to false.
The Twist API always returns removed users, so the SDK filters them client-side.
workspaceId
workspaceId: number;