Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get All jira users after GDPR date

Anand Elumalai February 20, 2019

It will be helpful if any one share how to use this api(/rest/api/2/user/search?startAt=0&maxResults=1000&username=_)  after GDPR date. Without username, accountId parameter we need to get all the user in JIRA in rest api that's my use case, currently i am changing the existing API to support GDPR changes this is the reason for this post. 

 

 

1 answer

0 votes
Ulka
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 6, 2019

We can use the query:

/rest/api/3/user/search?query=%

 

This will work post 29th March

 

For more details, please subscribe to the AC tickets in doc: https://developer.atlassian.com/cloud/jira/platform/api-changes-for-user-privacy-announcement/

Suggest an answer

Log in or Sign up to answer