-
Type:
Suggestion
-
Resolution: Done
-
Component/s: REST API, User Management, Crowd & LDAP integration
Currently the /rest/api/latest/search/users endpoint only allows searching for users when Bamboo manages its own users. Sample search result:
<searchResults start-index="0" max-result="1" size="1"> <searchResults id="fkraemer" type="user"> <searchEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="userSearchResult" id="fkraemer"></searchResults> </searchResults>
If I integrate Bamboo with LDAP and try to use that endpoint, this is returned:
<errors> <errors> Apologies, searching for users is currently not supported on your server. Most likely this is because you are using LDAP </errors> </errors>