January 25, 2023 - GET /users/{user_id} includes Tags
about 2 years ago by Teachable
We've updated the user details object to include the tag
key which points to an array of objects with a name
key. These are the tags associated to the user. This key is now returned as part of the response to the GET /user/{user_id} and the PATCH /user/{user_id}. Tags cannot be updated using the PATCH request.