cloud_controller_ng
cloud_controller_ng copied to clipboard
Add partial search by usernames to GET /organizations/:guid/users
Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with:
A short explanation of the proposed change:
Add partial search by usernames to GET /organizations/:guid/users
For partial_usernames parameter, we are using UAA /Users endpoint that requires scim.read scope.
An explanation of the use cases your change solves
This will let us to find usernames by substring e.g. GET /organizations/:guid/users?partial_usernames=foo
Links to any other associated PRs
CF-D PR
-
[x] I have reviewed the contributing guide
-
[x] I have viewed, signed, and submitted the Contributor License Agreement
-
[x] I have made this pull request to the
mainbranch -
[x] I have run all the unit tests using
bundle exec rake -
[x] I have run CF Acceptance Tests
Coauthored by @jdgonzaleza