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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.