Update tags for user

Replaces a user’s tags with a different set of tags

This call requires a user id as a path parameter and one or more tags in the request body. The tags – which can be all-new tags, existing tags, or a mix of both – will replace the user’s existing set of tags. Here is an example of a request:

[
     "contractor",
     "marketing"
]

If you want to keep any tags that are currently applied to a user, be sure to include those tags in the request. Otherwise, those tags will be removed from the user. If you are only interested in adding more tags to an existing set of tags, please see Create tags for user.

A 204 code is returned when a user’s tags are successfully updated.

Language
Authorization
URL
Click Try It! to start a request and see the response here!