cloud_controller_ng icon indicating copy to clipboard operation
cloud_controller_ng copied to clipboard

Add partial search by usernames to GET /organizations/:guid/users

Open a-b opened this issue 3 years ago • 0 comments

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 main branch

  • [x] I have run all the unit tests using bundle exec rake

  • [x] I have run CF Acceptance Tests

Coauthored by @jdgonzaleza

a-b avatar Aug 10 '22 22:08 a-b