github.com/cs3org/reva/v2@v2.27.7/changelog/1.1.0_2020-08-11/uid-gid-user-object.md (about)

     1  Enhancement: Add UID and GID to the user object from user package
     2  
     3  Currently, the UID and GID for users need to be read from the local system which
     4  requires local users to be present. This change retrieves that information from
     5  the user and auth packages and adds methods to retrieve it.
     6  
     7  https://github.com/cs3org/reva/pull/995