Print  
Gray star Gray star Gray star Gray star Gray star --Not rated--
272 Visits 1 Comment
Created
Daniel Damiani Daniel Damiani
Modified by
Daniel Damiani Daniel Damiani
Oct 13, 2009 12:25 PM
Kablink Component
  • Teaming

how can i know in which groups/teams a user is assigned?

Workflow
Process State Action
Discussion workflow Active
This entry is currently active
Attachments(0)
Entry History
Tags
 
Replies
Thumbnail Image
Peter Hurley (Novell) Peter Hurley (Novell)

I don't think the UI does this. However, it would be easy enough to add a "custom jsp" to the user profile page that lists the groups the user belongs to.

When showing the profile page, the user object would be in a bean names ss_definitionEntry. To get the list of groups, you can call the getMemberOf function (or in JSTL it is ${ss_definitionEntry.memberOf}. One problem with this list is that it is the internal group name and not its title. To get the title you will have to call "resolveIds" on the list of groups to get the actual group objects. Then you can get the group title.

Skip Footer Toolbar