Add a method to get a user by its external uid/provider. This is supported by the gitlab REST API, using: ``` GET /users?extern_uid=:extern_uid&provider=:provider ``` I'm working on a PR