UpdateUserRequest: {
    tags?: string[];
    userId: string;
}

Type declaration

  • Optionaltags?: string[]

    New tags for the user (maximum of 10 tags).

  • userId: string

    ID of the user to update.