GetGroupById Method
Gets a group by its ID.
Required Permissions
UserRead if logged in user is a member of the group. Otherwise AdminUserRead is required.Syntax
public Group GetGroupById(
System.long groupId
)Public Function GetGroupById( _
ByVal groupId As System.Long _
) As GroupParameters
| Name | Description |
|---|---|
| groupId | The ID of the group. |
Return Value
The group object.