# NOT RUN {
# The following example shows how to add tags to an existing user.
# }
# NOT RUN {
svc$tag_user(
  Tags = list(
    list(
      Key = "Dept",
      Value = "Accounting"
    ),
    list(
      Key = "CostCenter",
      Value = "12345"
    )
  ),
  UserName = "anika"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab