Skip to main content

InviteWorkspaceUsersArgs

type InviteWorkspaceUsersArgs = {
emailList: string[];
role?: WorkspaceRole;
workspaceId: string;
};

Arguments for inviting users to a workspace.

See

https://developer.todoist.com/api/v1/#tag/Workspace/operation/invite_workspace_users_api_v1_workspaces__workspace_id__users_invite_post

Properties

emailList

emailList: string[];

List of user emails to invite.


role?

optional role: WorkspaceRole;

Role assigned to invited users.


workspaceId

workspaceId: string;

The workspace ID.