Group

Represents an Azure Active Directory group. Can be a Microsoft 365 group, a security group, a mail-enabled security group, or a distribution group.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
id string The unique identifier for the group.
displayName string The display name for the group.
description string An optional description for the group.
mail string The SMTP address for the group.
mailEnabled boolean Specifies whether the group is mail-enabled.
mailNickname string The mail alias for the group, unique for Microsoft 365 groups in the organization.
securityEnabled boolean Specifies whether the group is a security group.
groupTypes array Specifies the group type and its membership. If the collection includes "Unified", the group is a Microsoft 365 group.
visibility string Specifies the visibility of a Microsoft 365 group. Default value is Public.
createdDateTime string Timestamp of when the group was created.
renewedDateTime string Timestamp of when the group was last renewed.
classification string Describes a classification for the group (such as low, medium, or high business impact).
membershipRule string The rule that determines members for this group if the group is a dynamic group.
membershipRuleProcessingState string Whether dynamic membership processing is on or paused.
resourceProvisioningOptions array Specifies the group resources provisioned as part of Microsoft 365 group creation (e.g., Team).
members array Direct members of this group.
owners array The owners of the group.
View JSON Schema on GitHub