I'm attempting to pull in the OU path using the Google Admin Console added as an Endpoint Context Server.
Lots of other information is pulled into the Endpoint record using the API call but not OU.

Having the OU information would be very useful to be able to then use that information to generate a enforcement condition, to then apply an enforcement profile to that particular type of user.
The information is there within the API query - how is best to retrieve this information and populate the Endpoint with an attribute for OU "orgUnitPath".

Initially I looked into the Google LDAP extension but that looks to be suitable for users only, whereas I need to look at device information.
Or using generic HTTP context server - however I'm not sure how much more information this will give in comparison to the Google integration.
-------------------------------------------