Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IUserManager.GetCurrentUserGroups Method 

Returns a list of all of Group IDs for the groups of which the current user is a member.

int[] GetCurrentUserGroups();

Return Value

An array of the Group IDs for the groups of which the current user is a member.

Exceptions

Exception Type Condition
HttpException The query interface URL is not valid.
PortalException The operation resulted in an error in the portal.

See Also

IUserManager Interface | Plumtree.Remote.PRC Namespace