GetWorkspaceMembersActivityArgs
type GetWorkspaceMembersActivityArgs = {
projectIds?: string | null;
userIds?: string | null;
workspaceId: string;
};
Arguments for getting workspace members activity.
See
Properties
projectIds?
optional projectIds: string | null;
Comma-separated list of project IDs to filter by.
userIds?
optional userIds: string | null;
Comma-separated list of user IDs to filter by.
workspaceId
workspaceId: string;
The workspace ID.