Looking for a way to get a list of all user that have Space Admin permission?

Khanh Nguyen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2012

1) Just a simple list of anyone having Space Admin permissions

2) Listing of all spaces and space admins together

Thanks!

2 answers

1 accepted

0 votes
Answer accepted
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2012
2 votes
Oli S
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2012

in velocity or in pure java?

in velocity you could retrieve all users with this script : https://answers.atlassian.com/questions/78159/get-all-users-in-custom-macro-or-plugion?page=1#78183

then you could loop over all users (in velocity: http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html#loops )

with the snipplet:

#foreach ($user in $users)
  #if($permissionHelper.canAdminister($user, $space))
     has access :  $user.getFullName() <br/>
  #end 
#end

you could output the users.

i hope this is a good starting point for you

oli

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events