GetGroupsByIds Method
Gets a set of groups based on their IDs.
Required Permissions
UserRead if logged in user is a member of all the groups. Otherwise AdminUserRead is required.Syntax
public Group[] GetGroupsByIds(
System.long[] groupIdArray
)Public Function GetGroupsByIds( _
ByVal groupIdArray() As System.Long _
) As Group()Parameters
| Name | Description |
|---|---|
| groupIdArray | An array of Group IDs. |
Return Value
An array of Group objects.