Hi,
I have a problem with "Get all users" request - in response to GET /rest/api/3/users/search I do not receive data related to "name" and "key" properties of user accounts. According to documentation (https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-users-search-get) these both properties should be present in response.
Previously I was getting all users (with name and key) by "/rest/api/latest/user/picker?query=_&maxResults=1000" request, but it does not work anymore.
Please let me know how can I resolve the issue.
Kind regards,
Paweł
Have you tried using the API call
/rest/api/latest/user/search
with the parameter ?query= added on? As per this ticket (scroll to the bottom of the comments section) this works for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.