Users cannot be found through AP.request(‘/rest/api/search’) and AP.request(‘/rest/api/search/user’) anymore

Hi @KamilStepien, we took a look at your connect descriptor and saw the authentication type is set to “none” and hence doesn’t end up provisioning a user account id.

https://marketplace-cdn.atlassian.com/files/1.0.6-AC/artifact/descriptor/7c80f855-d713-4f1c-8d34-545547cc855f/atlassian-connect.json

Can you please update this piece:


"authentication": {
        "type": "jwt"
      },