REST API: Allow searching for LDAP users

XMLWordPrintable

      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>
      

            Assignee:
            Unassigned
            Reporter:
            Felipe Kraemer
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: