Get tags for user

Returns a user’s tags

This call requires a user id as a path parameter, and it returns an array of tags that are currently applied to that user. Here is an example response:

[
    "boston",
    "freelancer",
    "marketing"
]

A 200 code is returned when user tags are found. If a user does not have any tags, then a 200 is returned with an empty response body.

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