Groups
Retrieve group information from the specified SharePoint Site, including membership settings, permissions, and ownership details.
Columns
| Name | Type | References | Description |
| Id [KEY] | Int | The unique identifier for the group. | |
| LoginName | String | The login name or alias associated with the group. | |
| Title | String | The display name of the group or principal. | |
| AllowMembersEditMembership | Bool | Indicates whether group members are allowed to modify the membership of the group. | |
| AllowRequestToJoinLeave | Bool | Indicates whether users can request to join or leave the group. | |
| AutoAcceptRequestToJoinLeave | Bool | Indicates whether requests to join or leave the group are automatically accepted. | |
| CanCurrentUserEditMembership | Bool | Indicates whether the current user has permissions to edit the group's membership. | |
| CanCurrentUserManageGroup | Bool | Indicates whether the current user has permissions to manage the group. | |
| CanCurrentUserViewMembership | Bool | Indicates whether the current user can view the group's membership details. | |
| Description | String | A brief description or summary of the group's purpose or function. | |
| IsHiddenInUI | Bool | Indicates whether the group is hidden from the user interface. | |
| OnlyAllowMembersViewMembership | Bool | Indicates whether only members of the group are allowed to view its membership details. | |
| OwnerTitle | String | The display name of the group's owner. | |
| RequestToJoinLeaveEmailSetting | String | The email address where membership requests (to join or leave) are sent. | |
| PrincipalType | Int | Specifies the type of principal. This is a bitwise value where possible. Types include: None = 0; User = 1; DistributionList = 2; SecurityGroup = 4; SharePointGroup = 8; All = 15. |