Create tags for user

Adds one or more tags to a user

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 be added to the user. Here is an example request:

[
     "contractor",
     "marketing"
]

Note that this call only adds tags; it does not remove any. Tags that were previously applied to a user will remain intact. If the request contains a tag that was already applied to a user, then the tag will remain intact, too.

A 204 is returned when one or more tags are successfully added.

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