cancel
Showing results for 
Search instead for 
Did you mean: 

API for retrieving groups from users

Former Member
0 Kudos

Hi All,

Can anyone tell me the API or webdynpro code for retrieving group from users??

Thanks in advance

regards,

Nidhi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

try this thread,

Regards,

ramesh

Former Member
0 Kudos

Hi Nidhi,

There are IUser and IGroup APIs (User Management APIs).

There is one method in IUSer API:-

isMemberOfGroup(Group, recursive)

It checks if the principal belongs to the passed uniqueIdOfGroup.

Hope it is helpful.

Regards,

Anagha

Edited by: Anagha Jawalekar on Oct 22, 2008 11:40 AM

Former Member
0 Kudos

yaa i know but m not getting the api for retrieving groups based on users.. can u you please tell me the API used for this

Former Member
0 Kudos
Former Member
0 Kudos

Hi Anagha,

Thanks for your quick response, in my application i have to retrieve users ,roles and groups from LDAP.I am able to get users and roles but not getting how to retrieve groups..

can you help me on this..

Former Member
0 Kudos

Hi Nidhi,

What API are you using to retrieve the users and roles?

Regards,

Anagha

Former Member
0 Kudos

i am using iprincipal for getting unique id.. and myuserfactory.getuser and .getrole