InviteWorkspaceUsersArgs
type InviteWorkspaceUsersArgs = {
emailList: string[];
role?: WorkspaceRole;
workspaceId: string;
};
Arguments for inviting users to a workspace.
See
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.