Hello together,
we want to extract all users our technical user can get over the REST API (Jira Server 8.13.3).
The user is used for the connection to our tickettool in which we got the possibility to create issues.
So in this case the tec-user got global browse users permissions because when we give him the administrator rights all projects are selectable in the tool.
So the current problem we have is that we didn't have a API call which shows us all users (starting it with permissions of the tec-user).
Maybe someone has an idea how to fix this without setting him as an administrator.
Dear @Tobias ,
unfortunately there is no REST endpoint for this, but I guess you have groups assigned to the global permission. So you can query the groups. eg.
GET https://myhost.com/rest/api/2/group/member?groupname=AD_GLOBAL_ADMINS
So long
Thomas
in my case Postman shows that therefore administrator rights are needed.
The user is part of the third group I permitted for this.
Is there something wrong?
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.