Group.Create
.Parameter | Description |
---|---|
Display Name | The name to display in the address book for the group. Maximum length 256 characters. |
Mail Enabled | Set to ‘true’ for mail-enabled groups. |
Mail Nickname | The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following: @ () \ [] ” ; : . , SPACE. |
Security Enabled | Set to true for security-enabled groups, including Microsoft 365 groups. |
{
"@odata.context": "<string>",
"id": "<string>",
"deletedDateTime": null,
"classification": null,
"createdDateTime": "2022-11-24T10:00:59",
"creationOptions": [],
"description": null,
"displayName": "<string>",
"expirationDateTime": null,
"groupTypes": [],
"isAssignableToRole": null,
"mail": null,
"mailEnabled": true,
"mailNickname": "<string>",
"membershipRule": null,
"membershipRuleProcessingState": null,
"onPremisesDomainName": null,
"onPremisesLastSyncDateTime": null,
"onPremisesNetBiosName": null,
"onPremisesSamAccountName": null,
"onPremisesSecurityIdentifier": null,
"onPremisesSyncEnabled": null,
"preferredDataLocation": null,
"preferredLanguage": null,
"proxyAddresses": [],
"renewedDateTime": "2022-08-15T17:15:22",
"resourceBehaviorOptions": [],
"resourceProvisioningOptions": [],
"securityEnabled": false,
"securityIdentifier": "<string>",
"theme": null,
"uniqueName": null,
"visibility": null,
"onPremisesProvisioningErrors": [],
"serviceProvisioningErrors": []
}
Was this page helpful?