Expand my Community achievements bar.

SOLVED

Display user's group name/id

Avatar

Level 3

Hi,

I am trying to display user's id and the user's group id/name on to a page. Right now I am displaying who is logged in with ${currentSession.userID}. How can I also display this user's group id/name onto this page?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Arman

     I have not worked with the users in AEM for very long time. But I don't believe anything might have deprecated much in last 2 years. I could find some documentation for you from the Internet.

  Please read the below blogs and I believe this can help.

How to get the UserInfo through Java API in Adobe CQ5

You can use memberOf() method of the User (Adobe AEM 6.0.0 API 6.0.0 API) and Authorizable (Adobe AEM 6.0.0 API 6.0.0 API)

This will return you the list of groups the user is added to

1324049_pastedImage_0.png

Thanks

Veena

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi Arman

     I have not worked with the users in AEM for very long time. But I don't believe anything might have deprecated much in last 2 years. I could find some documentation for you from the Internet.

  Please read the below blogs and I believe this can help.

How to get the UserInfo through Java API in Adobe CQ5

You can use memberOf() method of the User (Adobe AEM 6.0.0 API 6.0.0 API) and Authorizable (Adobe AEM 6.0.0 API 6.0.0 API)

This will return you the list of groups the user is added to

1324049_pastedImage_0.png

Thanks

Veena