Add support for finding a user by external ID.

This commit is contained in:
Dane Everitt 2018-02-07 21:56:11 -06:00
parent 2e693067b8
commit a9c1946319
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 91 additions and 6 deletions

View file

@ -10,6 +10,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Added
* Added ability to search the following API endpoints: list users, list servers, and list locations.
* Add support for finding a user by external ID using `/api/application/users/external/<id>` or by passing it as the search term when listing all users.
## v0.7.0-rc.2 (Derelict Dermodactylus)
### Fixed