Set Primary Language and Visa Status via the API
There seem to be multiple tables (language, visa status) that use numerical IDs instead of string values. It would be helpful if we could access those table values. I'd like to be able to write to fields like PrimaryLanguageId and VisaStatus, presuming we have the correct ID.
The User create and update endpoints now accept both string and ID values for fields that are tables. The Users extended endpoints now return these fields as well.
Additionally, the Types table values endpoint will return the tables options for all of these tables as well.