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

Type declaration

  • Optionalemail?: string

    IAM member email.

  • Optionaltags?: string[]

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

  • userId: string

    ID of the user to update.