Hi,
Is there any rest api to get the users who are not in jira_developer group
I have used below API to get the users in jira_developer group
http://{jira-url}/rest/api/2/group?groupname=jira-developer&expand=users
Regards,
Madhura
Hello,
I think easier would be to get list of all users with
/rest/api/2/user/search?username=.
After that get users from target group and return these users which aren't in list of users from that group.
Cheers,
Maciej
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.