GetMemberUsersByGroupId Method
Gets all the immediate child Users of the given Group.
Required Permissions
AdminUserReadSyntax
public User[] GetMemberUsersByGroupId(
System.long groupId
)Public Function GetMemberUsersByGroupId( _
ByVal groupId As System.Long _
) As User()Parameters
| Name | Description |
|---|---|
| groupId | The ID of the Group. |
Return Value
An array of all immediate child Users.