getGroupUserInfo

public abstract GroupUserInfo getGroupUserInfo(String groupId, String userId)

Returns the group member info for the given group and user.

Return

the corresponding GroupUserInfo, or null if not available.

Parameters

groupId

the group ID.

userId

the user ID.