You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello ,
I have same situation where I need to output as users role , department and location.
Hi @HSNAN
It is possible. You could playground with the groups API to get all the users of a particular group and then loop through each user to get all their profile information.
Groups API
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/group
Users API
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/user
Do let us know if you face any specific issues.
Thanks
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arun,
I want the user information from the screenshot provided above. not sure how to achieve this from Groups API.
I am using the following Users API to fetch user details within my organisation. The API returns only few columns but not what i want.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
APIs are still not returning the info as per @HSNAN 's screenshot. However need to try the solution provided here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Guys,
Did you able to figure out API endpoint using which we can get above info ?
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.