Type alias InviteTeamMemberRequestBody

InviteTeamMemberRequestBody: {
    companyIds: string[];
    email: string;
    projectIds: string[];
    roleId: string;
}

Type declaration

  • companyIds: string[]

    The ID of the company this member will be invited to

  • email: string

    Email address to send the invite to

  • projectIds: string[]

    The IDs of the projects this member will have access to

  • roleId: string

    The ID of the role this member will have