get https://api.shift.io/v3/users//tags
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.