This request allows you to retrieve user data from the Vygo platform. It returns everything the Update Users request can change, so you can read a user's current state before updating it.
Answers to onboarding questions with a dedicated field (study stage, courses, education attainment, areas of expertise, demographic identification) are returned as top-level arrays. Answers to any other tag group you have configured with a mapping field name are returned in the tags object, keyed by that mapping field name, which are the same keys the Update Users request accepts. Use the Tag Groups request to see the valid tags for each field.
Updating: a field sent to Update Users replaces that field's answers in full. Send a field only when you intend to set its complete new value, and omit fields you don't want to change. Values in tags are tag labels, matching what Update Users accepts. Values in custom_answers are free-text answers and are read-only context. To preserve one, keep the group's own tag label (e.g. Other) in the tags values you send; sending the free text itself will not match any tag.

