I am using Google Apps Directory Sync to provision users into Google Apps from an LDAP directory. We have specified a unique identifier attribute from our directory to detect and track user renames. The attribute values are eight-character strings, and not, say, the LDAP objectID. Example: "bcdf1234".
When retrieving users from the Directory API, I am not finding our unique identifier value in the response. Is there a way to get the Directory API to return our unique identifier?
Related: is our unique identifier displayed anywhere in the Admin Console when viewing a user?